home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / mono / closet.dxr / 00032.ls < prev    next >
Encoding:
Text File  |  1996-07-06  |  243 b   |  17 lines

  1. on exitFrame
  2.   global columnnum
  3.   if rollOver(17) then
  4.     if columnnum > 1 then
  5.       go(the frame)
  6.     else
  7.       cursor(-1)
  8.       initcursor()
  9.       go("start")
  10.     end if
  11.   else
  12.     cursor(-1)
  13.     initcursor()
  14.     go("start")
  15.   end if
  16. end
  17.